#---   *****************

#---   ***Simple Data***

#---   *****************

#---

#--- This data is really, really simple

#--- i use it when i want to check the program's results by hand

#--- Which items are the best are pretty darn obvious, and the numbers are

#---   nice and easy because i'm bad at math

#--- The data was also made so that all fields are the same size. That way

#---   they line up on the screen better (when using my test harness DisplayManager), 

#---   making it easier to check my work



f=s:maker|s:model   |f:cost|f:q2 |b:dvd

d=bad_   |mod 6     | 3000 | 300 | n   

D=bad_   |mod 5     | 3000 | 300 | y

D=OK__   |mod 4     | 2000 | 400 | n

d=OK__   |mod 3     | 2000 | 400 | y   

D=good   |mod 2     | 1000 | 500 | n

d=good   |mod 1     | 1000 | 500 | y

d=filt   |expensive | 5000 | 500 | y   



